home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Enterprise Objects Framework 1.1
/
NeXT Enterprise Objects Framework 1.1.iso
/
NextDeveloper
/
Examples
/
EnterpriseObjects
/
SQLExecutor
/
ScrollViewExtras.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-03
|
376 b
|
17 lines
/*
* ScrollViewExtras.h
*/
#import <appkit/appkit.h>
@interface ScrollView(ScrollViewExtras)
- sprintf:(const char *)format, ...; /* formats to the doc view of the scroll view */
- vsprintf:(const char *)format arguments:(va_list)arguments;
- clear:sender; /* clears the doc view of the scroll view */
- print:sender; /* prints the doc view of the scroll view */
@end